Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / ArrayHelper Class / Sort(Int32[],Double[]) Method
The array should be sorted.
The keys that supports comparing


In This Topic
    Sort(Int32[],Double[]) Method
    In This Topic
    Sort an array by the comparable keys
    Syntax
    'Declaration
     
    
    Public Shared Sub Sort( _
       ByVal array() As Integer, _
       ByVal keys() As Double _
    ) 
    'Usage
     
    
    Dim array() As Integer
    Dim keys() As Double
     
    ArrayHelper.Sort(array, keys)
    public static void Sort( 
       int[] array,
       double[] keys
    )

    Parameters

    array
    The array should be sorted.
    keys
    The keys that supports comparing
    See Also